We don't actually enforce the docs, but we will in the future. (in fact,
I only added this because widgets were doing stupid things.)
/**
* gtk_cairo_should_draw_window:
* @cr: a cairo context
- * @window: the window to check
+ * @window: the window to check. @window may not be an input-only
+ * window.
*
* This function is supposed to be called in #GtkWidget::draw
* implementations for widgets that support multiple windows.